net/http.http2serverConn.vlogf (method)
14 uses
net/http (current package)
h2_bundle.go#L4356: sc.vlogf("http2: server rejecting conn: %v, %s", err, debug)
h2_bundle.go#L4517: func (sc *http2serverConn) vlogf(format string, args ...interface{}) {
h2_bundle.go#L4581: sc.vlogf(format, args...)
h2_bundle.go#L4711: sc.vlogf("http2: server connection from %v on %p", sc.conn.RemoteAddr(), sc.hs)
h2_bundle.go#L4794: sc.vlogf("connection is idle")
h2_bundle.go#L4797: sc.vlogf("GOAWAY close timer fired; closing conn from %v", sc.conn.RemoteAddr())
h2_bundle.go#L4819: sc.vlogf("http2: too many control frames in send queue, closing connection")
h2_bundle.go#L4896: sc.vlogf("http2: server: client %v said hello", sc.conn.RemoteAddr())
h2_bundle.go#L5293: sc.vlogf("http2: server read frame %v", http2summarizeFrame(f))
h2_bundle.go#L5314: sc.vlogf("http2: server closing client connection; error reading frame from client %s: %v", sc.conn.RemoteAddr(), err)
h2_bundle.go#L5370: sc.vlogf("http2: server ignoring frame: %v", f.Header())
h2_bundle.go#L5525: sc.vlogf("http2: server processing setting %v", s)
h2_bundle.go#L5545: sc.vlogf("http2: server ignoring unknown setting %v", s)
h2_bundle.go#L5681: sc.vlogf("http2: received GOAWAY %+v, starting graceful shutdown", f)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |